ToUpper

Syntax

String:ToUpper(text, return)

Description

Copies the value of text, and return it all in uppercase.

Note

None.

Example

function main() {
  Var:String myStr = "Hello World";
 
  String:ToUpper(myStr, myStr)
  Konsol:Log(myStr) //see the log for "HELLO WORLD"
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net